-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch to nixpkgs.lib #162
Conversation
What's the benefit? |
using |
I see, will lazy-trees fix this? |
|
It can and I think it should, but it's actually an orthogonal issue that's only blocked on lazy trees for development reasons. Taking away the parent directory does change the flake semantics, but I think that's for the better. To be continued. This is going to take a while so I'm open to changing the input until git/github tree fetching is widely available, so I'm warming up to the idea of doing this, having rejected it before. I'll add a comment that explains things. |
|
seems like the actions has been failing, I opened nix-community/nixpkgs.lib#4 to try to fix that |
I've thought about it for a bit and I really don't want a fragile Action to be in the critical path between flake-parts and module system updates. |
If you are using flake-parts then you probably are also using nixpkgs, just use |
yep that's already what I'm doing for my projects, I just noticed it trying to download the whole nixpkgs while debugging #160 |
Using |
No description provided.